home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / UTIL2.LZH / MOVE.DO1 < prev    next >
Text File  |  1986-10-30  |  1KB  |  36 lines

  1.  
  2.           MOVE                                    Steven Holzner
  3.           Command                                         No. 17
  4.  
  5.           ______________________________________________________
  6.  
  7.           Purpose:  Allows rapid selection and copying of files
  8.                     to or from a double-sided floppy disk, a
  9.                     RAMdisk, or the current subdirectory of a
  10.                     hard disk.
  11.  
  12.           Format:   MOVE [d:]filename[.ext] d:
  13.  
  14.           Remarks:  MOVE.COM was written to be compatible with
  15.                     all versions of PC-DOS (including 1.1), and
  16.                     so does not support pathnames.
  17.  
  18.           Example:  When you enter a command such as
  19.  
  20.                          MOVE A:*.BAS B:
  21.  
  22.                     each filename on the root (or current)
  23.                     directory of drive A: that has a .BAS
  24.                     extension will be displayed in the form
  25.  
  26.                     Copy filename.BAS (Y/N)?
  27.  
  28.                     If you strike Y, the file will immediately be
  29.                     copied to drive B: and the next appropriate
  30.                     filename will be displayed.  If you strike N,
  31.                     the file will not be copied, and the next
  32.                     appropriate filename will be presented.  The
  33.                     program terminates with a simple return to
  34.                     the DOS prompt when no appropriate files
  35.                     remain to be considered.
  36.